From 04fee27f12a4fb410946430c2ca9eeed8a83a5b3 Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Tue, 17 Oct 2006 18:23:24 +0100 Subject: [PATCH] [SOLARIS] Add the correct machine name for Solaris to arch.py. Signed-off-by: John Levon --- tools/python/xen/xend/arch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/xen/xend/arch.py b/tools/python/xen/xend/arch.py index 85e6547401..a556c0e6cf 100644 --- a/tools/python/xen/xend/arch.py +++ b/tools/python/xen/xend/arch.py @@ -25,6 +25,7 @@ _types = { "i586": "x86", "i686": "x86", "x86_64": "x86", + "i86pc": "x86", "ia64": "ia64", "ppc": "powerpc", "ppc64": "powerpc", -- 2.30.2